Skip to content

feat: implement IGraphAlg generic dispatch and C wrappers#45

Open
mahmudsudo wants to merge 5 commits intoJuliaGraphs:masterfrom
mahmudsudo:pr-graphs-api
Open

feat: implement IGraphAlg generic dispatch and C wrappers#45
mahmudsudo wants to merge 5 commits intoJuliaGraphs:masterfrom
mahmudsudo:pr-graphs-api

Conversation

@mahmudsudo
Copy link
Copy Markdown

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 28, 2026

Codecov Report

❌ Patch coverage is 37.50000% with 110 lines in your changes missing coverage. Please review.
✅ Project coverage is 4.86%. Comparing base (f5aad57) to head (d674148).

Files with missing lines Patch % Lines
src/graph_api_extensions.jl 0.00% 68 Missing ⚠️
src/graph_api.jl 54.54% 40 Missing ⚠️
src/types.jl 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master     #45      +/-   ##
=========================================
- Coverage    5.28%   4.86%   -0.43%     
=========================================
  Files           8       8              
  Lines        4311    4459     +148     
=========================================
- Hits          228     217      -11     
- Misses       4083    4242     +159     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mahmudsudo
Copy link
Copy Markdown
Author

@Krastanov

@mahmudsudo
Copy link
Copy Markdown
Author

@Krastanov

Copy link
Copy Markdown
Member

@Krastanov Krastanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for pushing on this @mahmudsudo ! We do not have many volunteer reviewers right now, so reminders on review are appreciated (and necessary, otherwise we just forget to do a review).

Could you help me a bit to understand how these things fit together, I see your PRs 43, 44, 45 and the Graphs.jl PR 506. Let's not worry about 506 for now. In 43 we discussed that the PR is rather large and dealing with multiple independent tasks so I asked to have it split so that it is easy to review it. Thank you for doing that, it does make things much easier for me to proceed with. However, the PR description above is empty, so I am not sure the overall goals you are pursuing -- could you enumerate the changes/reasons?

I also left a few minor comments in.

return comps
end

#=
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of commented out code, what is the reason for it?

Comment thread test/test_interfaces.jl
@@ -1,34 +0,0 @@
@testitem "Interface tests" begin
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this file deleted? I see you have created another related file. Could you keep the naming conventions the same and just update this file as appropriate.

Comment thread test/test_jet.jl
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you check how this is done in Graphs.jl (in particular how it is addressed in the corresponding github workflows)? Could you stick to the same style? Having all the different projects in the JuliaGraphs org follow the same format would help when future org-wide changes need to be made.

See https://github.com/JuliaGraphs/Graphs.jl/blob/master/.github/workflows/ci-pre.yml#L30 and https://github.com/JuliaGraphs/Graphs.jl/blob/master/test/runtests.jl#L161

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(part of my goals here is to not have Pkg modify the test environment -- it causes a lot of cache/precompilation annoyances and slowdown in CI and confusing behavior when you run tests locally)

@Krastanov
Copy link
Copy Markdown
Member

Also, something might be messed up with the way you did the split of #42 -- it seems #43, #44, and #45 have significant overlaps. Are they meant to be reviewed/merged in a particular order or was there a mistake during the split?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants